Fix gtk-doc syntax, add missing trailing colon.
authorJohan Dahlin <jdahlin@async.com.br>
Fri, 20 Jun 2008 14:22:26 +0000 (14:22 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Fri, 20 Jun 2008 14:22:26 +0000 (14:22 +0000)
2008-06-20  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtkscalebutton.c: Fix gtk-doc syntax, add missing trailing colon.

svn path=/trunk/; revision=20646

ChangeLog
gtk/gtkscalebutton.c

index c27dfa9270a0ceae0bd227628dccb53f02dd146d..c9835c85afa5910ea7e1df3e74ad72a2eb52ba3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
 
+       * gtk/gtkscalebutton.c: Fix gtk-doc syntax, add missing trailing colon.
+
        * gtk/gtk.symbols: Add all newly added accessors so abicheck.sh passes
 
        * gtk/gtkwidget.c (gtk_widget_get_allocation): Remove unused variable
index 99cc4c8bfc2c883b0a6539e3ee8547e920a2c2ca..5ab9d0133efa2c9a549af9a706f1899db0fde9e6 100644 (file)
@@ -488,7 +488,7 @@ gtk_scale_button_dispose (GObject *object)
 }
 
 /**
- * gtk_scale_button_new
+ * gtk_scale_button_new:
  * @size: a stock icon size
  * @min: the minimum value of the scale (usually 0)
  * @max: the maximum value of the scale (usually 100)
@@ -526,7 +526,7 @@ gtk_scale_button_new (GtkIconSize   size,
 }
 
 /**
- * gtk_scale_button_get_value
+ * gtk_scale_button_get_value:
  * @button: a #GtkScaleButton
  *
  * Gets the current value of the scale button.
@@ -548,7 +548,7 @@ gtk_scale_button_get_value (GtkScaleButton * button)
 }
 
 /**
- * gtk_scale_button_set_value
+ * gtk_scale_button_set_value:
  * @button: a #GtkScaleButton
  * @value: new value of the scale button
  *
@@ -573,7 +573,7 @@ gtk_scale_button_set_value (GtkScaleButton *button,
 }
 
 /**
- * gtk_scale_button_set_icons
+ * gtk_scale_button_set_icons:
  * @button: a #GtkScaleButton
  * @icons: a %NULL-terminated array of icon names
  *
@@ -626,7 +626,7 @@ gtk_scale_button_get_adjustment     (GtkScaleButton *button)
 }
 
 /**
- * gtk_scale_button_set_adjustment
+ * gtk_scale_button_set_adjustment:
  * @button: a #GtkScaleButton
  * @adjustment: a #GtkAdjustment
  *
@@ -1321,6 +1321,5 @@ gtk_scale_button_scale_value_changed (GtkRange *range)
   g_object_notify (G_OBJECT (button), "value");
 }
  
-
 #define __GTK_SCALE_BUTTON_C__
 #include "gtkaliasdef.c"